
*{
    margin: 0;
    font-family: Arial;
    border: border-box;
}

.navbar{
    height: 60px;
    background-color: #161717;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.nav-logo{
    height: 50px;
    width: 100px;
}

.logo{
    background-image: url(amazon_logo.png);
    background-size: cover;
    margin-top: 10px;
    height: 30px;
    width: 100%;
}

.border{
    border: 1.5px solid transparent;
}

.border:hover{
    border: 1.5px solid white;
}



/** box2 **/



.add-first{
    color: #cccccc;
    font-size:0.8rem;
    margin-left: 15px;
}

.add-sec{
    color: #ffffff;
    font-size: 1rem;
    margin-left: 4px;
}

.add-icon{
    display: flex;
    align-items: center;
}


/** Box 3 **/


.nav-search{
    display: flex;
    justify-content: space-evenly;
    
    width: 1000px;
    height: 40px;
    border-radius: 8px;
    margin-left: 5px;

}

.search-select{
    background-color: #f3f3f3;
    width: 50px;
    text-align: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: none;
    

}

.search-input{
    width: 100%;
    border: none;
    font-size: 1rem;

}

.search-icon{
    color: #0F1111;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:1.3rem;
    background-color: #e79b38;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: none;

}

.nav-search :hover{
    border: 4px solid orange;
}


/** box 4 **/ 


span{
    font-size: 0.8rem;
}

.nav-second{
    font-size: 0.9rem;
    font-weight: 700;
}




/** Box 6 **/

.nav-cart i {
    font-size: 30px;
}

.nav-cart{
    font-size: 0.9rem;
    font-weight: 500;
}




/**   nav panel   **/



.nav-panel{
    height: 39px;
    background-color: #37475a;
    display: flex;
    align-items: center;
    
}


.menu-icon{
    color: white;
    width: auto;
    margin-left: 18px;
}

.menu-icon i{
    font-size: 20px;
}


.panel-tags{
    color: white;
    display: flex;
    justify-content: space-evenly;
    width: 500px;
    text-decoration: none;
}

.nav-panel .panel-tags a{
    text-decoration: none;
    color: white;
}


.hidden{
    width: 650px;
    visibility: hidden;
}

.panel-tags-2{
    color: white;
    
}




/**   hero-Section **/
.hero-section{
    background-image: url(hero_image.jpg);
    background-size: cover;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero-message{
    background-color: white;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    width: 95%;
    margin-bottom: 25px;   
}

.hero-message a{
    color: #007185;
}


/**  shop-section  **/

.shop-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #cdd4d3;
}


.box {
    border: 2px solid black;
    height: 370px;
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 25px;
}

.box-img{
    height: 300px;
    background-size: cover;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}

.box-content {
    margin-left: 1rem;
    margin-right: 1rem;
}


/**  footer  **/


footer {
    margin-top: 15px;
}
.foot-panel1 {
    background-color: #37475a;
    color: white;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
}


.foot-panel2 {
    background-color: #222f3d;
    color: white;
    height: 300px;
    display: flex;
    justify-content: space-evenly;
}


ul {
    margin-top: 50px;
}

ul a {
    display: block;
    font-size: 0.9rem;
    margin-top: 10px;
    color: #dddddd;
}


.foot-panel3 {
    background-color: #222f3d;
    color: white;
    border-top: 0.5px solid white;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.logo {
    background-image: url(amazon_logo.png);
    background-size: cover;
    width: 110px;

}

.foot-panel4 {
    background-color: #11181f;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    height: 70px;
}

.foot-panel4 p {
    margin-left: 15px;
}

.copyright  {
    background-color: #11181f;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;  
      
}